docs: Update repository collaborators resource docs#3437
Conversation
|
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with |
d466291 to
67185e3
Compare
d60e2a0 to
da6081e
Compare
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
da6081e to
f3e7d66
Compare
| - `team_id` (String) ID or slug of the team to add to the repository as a collaborator. | ||
|
|
||
| ```shell | ||
| terraform import github_repository_collaborators.collaborators terraform |
There was a problem hiding this comment.
I think this is lost. The new template only renders the import block under {{- if .HasImport }}, which tfplugindocs keys off a sibling examples/resources/<name>/import.sh. No import.sh was added in this PR, so the regenerated page drops the import section entirely.
Fix is to add examples/resources/github_repository_collaborators/import.sh with something like
terraform import github_repository_collaborators.collaborators terraform
No template change needed; the existing {{- if .HasImport }} block will pick it up on the next make generatedocs.
Before the change?
After the change?
github_repository_collaboratorsis generated from the provider metadataPull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!